home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / TABS.DOX < prev    next >
Text File  |  1996-07-17  |  455b  |  15 lines

  1.  
  2.   TABS.AML
  3.   Entab/Detab 
  4.  
  5.   This macro converts tab characters to spaces (Detab), or converts
  6.   spaces to tab characters (Entab) in the current edit window. The
  7.   conversion is limited to a marked block, if it exists in the edit
  8.   window.
  9.  
  10.   The current tab width (the value of the _TabWidth configuration
  11.   variable) is used as the tab width for the conversion.
  12.  
  13.   Note: this macro will run faster if Undo is turned Off on the Set menu.
  14.  
  15.